home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1998
/
MacHack 1998.toast
/
The Hacks!
/
Transport Independent Speech
/
SpokenSerialApp
/
Toolbox.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-11-16
|
228 b
|
17 lines
|
[
TEXT/CWIE
]
#ifndef __TOOLBOX__
#include "Toolbox.h"
#endif
void ToolBoxInit (void)
{
MaxApplZone();
InitGraf (&qd.thePort);
InitFonts ();
InitWindows ();
InitMenus ();
TEInit ();
InitDialogs ((long)nil);
InitCursor ();
return;
}